home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / text / editors / textra15.lha / Docs / WhatsNew.doc < prev    next >
Encoding:
Text File  |  1994-01-20  |  18.0 KB  |  496 lines

  1. !!!NEW!!!!!!NEW!!!!!!NEW!!!!!!  In V1.15  !!!!!!NEW!!!!!!NEW!!!!!!NEW!!!
  2.  
  3. MAJOR NEW FEATURES...
  4.  
  5.    o  Textra now includes a full-featured interface to the popular 
  6.       SAS/C development environment.  The best news is that the 
  7.       Textra interface was developed and generously contributed 
  8.       by SAS Institute's Jim Cooper.  If Textra becomes the national 
  9.       text editor, Jim has his own room in the Bahamas mansion :-)
  10.       See 'docs/SASC.ReadMe'.
  11.  
  12.    o  The new MARKS facility allows you to assign any selected 
  13.       text to a logical name of up to 31 chars long.  Any number 
  14.       of assignments can be made.  A convienient GUI-based 
  15.       interface is provided (of course), as well as complete 
  16.       ARexx command equivalency.
  17.  
  18.    o  Users may now opt to use the ASL File requester in place of 
  19.       the native Textra file requester (choose in Edit 
  20.       Preferences).  Default is the Asl requester.
  21.       
  22.    o  Under 2.0 or later, the CUT, COPY and PASTE functions now 
  23.       operate with the standard clipboard device (unit 0).
  24.    
  25.    o  This is the first version to be low-memory-failure-proof! 
  26.       ANY MEMORY REQUEST FAILURE WILL FLASH THE SCREEN 3 TIMES in 
  27.       1 second, then wait until the memory comes available.
  28.  
  29. GENERALLY GREAT NEW STUFF...
  30.  
  31.    o  Textra now supports just about any mail reader known to
  32.       Amiga-Man!  Textra 1.15 sports both a command-line option
  33.       as well as an ARexx command which tell Textra to
  34.       "hold" the calling program until the specified window
  35.       is closed.  (See Textra.doc and RexxCommands.doc).  Even
  36.       when Textra is "blocking" an external program in this way,
  37.       you are free to open, close, or edit other files!
  38.       
  39.    o  Program now takes note if a file is MSDOS format or Amiga 
  40.       format and will preserve the format when saved.  This means 
  41.       that Textra is now MSDOS-text-format-compatible and can be 
  42.       used across MSDOS bridges like CrossDOS to edit MSDOS 
  43.       files.  You can even determine/change the current format of 
  44.       a file via the SAVE AS... requester.
  45.  
  46.    o  Added the ability to write-protect a window so that it 
  47.       cannot be accidentally altered while open.
  48.       
  49.    o  Before you SAVE a file over an existing disk file, Textra 
  50.       now performs some checks that nothing else has messed with 
  51.       the file on disk while the editor has held a copy in ram.
  52.  
  53.    o  Under 2.0 and later, Textra will display the 2.x-style 
  54.       'busy pointer'.
  55.  
  56. NEW PREFERENCES STUFF...
  57.  
  58.    o  Removed "Strip extra blank lines on SAVE" gadget from Edit
  59.       Preferences requester due to an incompatibility with Marks.
  60.       If anybody cares if this goes away permanently, let me know.
  61.    
  62.    o  Choosing between the use of the ASL and native TEXTRA file
  63.       requesters is done via the Edit Preferences requester..
  64.       
  65. NEW AREXX COMMANDS AND SCRIPTS...
  66.  
  67.    o  TEXTRAVERSION returns "1 15 12"
  68.    
  69.    o  GET file info - return info about mem & disk sizes, etc.
  70.    
  71.    o  GET window info - return dimensions, changed status, etc.
  72.    
  73.    o  GET window <num> - get the 'window-pointer' by index
  74.    
  75.    o  PREFS WrapFind [option] - set FIND command behavior
  76.    
  77.    o  PLACEWINDOW - relocate the window to anywhere onscreen
  78.    
  79.    o  LINE, LINE1, COLUMN, COLUMN1 and GOTOXY1 - easy new cursor 
  80.       commands.  The '1' variants are for use in interfaces which
  81.       require 1's-based cursor addressing.
  82.  
  83.    o  Added the 3 Marks-related ARexx commands: MARKSELECTION,
  84.       GOTOMARK and DELETEMARK.
  85.    
  86.    o  STATUSTEXT - display a status message in the status line (click
  87.                    on status line to restore normal status line)
  88.    
  89. BUGS FIXED IN 1.15...
  90.  
  91.    o  Fixed a rather serious bug that was always in "Insert 
  92.       File...".  If you inserted a file that was 5 lines long, it 
  93.       would wreck memory in the machine, most probably resulting 
  94.       in you going down in flames. Actually, it would do this 
  95.       while inserting a file that was (multiple-of-256)+5 lines 
  96.       long (5, 261, 517, etc.).
  97.    
  98.    o  In some cases, if you responded CANCEL to the system
  99.       "Insert volume xxxx into any drive" requester, the editor
  100.       would crash.
  101.  
  102.    o  Fixed a problem preventing the state of the Status Line
  103.       Preferences setting from being saved.
  104.  
  105.    o  Fixed a crash if an attempt to open a new window failed.
  106.       Now no dire effects will occur... the new window just
  107.       doesn't open.
  108.  
  109. -------------------------------------------------------------------
  110.  
  111. Was new in V1.14
  112.  
  113. MAJOR NEW FEATURES...
  114.  
  115.    o  Registered users may now disable the 2.5 second registration
  116.       notice at startup.  Textra will not present it if it finds
  117.       a file called "ram:Textra.Reg.Known".  I suggest you add a
  118.       line to your startup-sequence similar to:
  119.       
  120.          date >ram:Textra.Reg.Known
  121.    
  122.    o  Added the status line and a Preference item for enabling and
  123.       disabling it.
  124.    
  125.    o  The ARexx requester now permits 10 strings.  The F7 through 
  126.       F10 keys activate four of them, as before.  Additionally, 
  127.       Shift-F7 through Shift-F10 now activate another four.
  128.    
  129.    o  By default, CTRL+any alphabetic key will execute an ARexx 
  130.       script named after the key.  For example:  CTRL-A will 
  131.       lookfor and execute a script called CTRLA.textra.  
  132.       CTRL+HELP will try to run CTRLhelp.textra.  EVERY ALPHABETIC
  133.       KEY ON THE KEYBOARD IS THEREFORE USER-DEFINABLE.
  134.    
  135.    o  If you double click on any of these characters... ( ) < > [ ] { }
  136.       Textra will search through the file in the appropriate direction
  137.       for a "balanced match" (handles nested substrings).  This is
  138.       great, for example, when programming C and you want to see
  139.       everything that the { you're staring at encompasses.  Textra will
  140.       highlight everything forward to the balancing } character.
  141.       
  142.       (If you are in Textra 1.14 or later, try double-clicking on
  143.       either of the above { or } chars or parens, etc.)
  144.       
  145.       Note that you can also find corresponding double-quote characters
  146.       "like around this", but Textra assumes you are clicking on the
  147.       LEADING double-quote.  (In other words, it will only conduct a
  148.       forward search for a corresponding double-quote).
  149.       
  150. GENERALLY GREAT NEW STUFF...
  151.  
  152.    o  By special request, at startup Textra now checks the relative 
  153.       average color intensities of the active intuition screen and if 
  154.       SAME AS wb 2.0+, (color1 darkest, color0 medium, color2 
  155.       brightest), it will use shaded gadgets and 2.0-style checkbox 
  156.       imagery (even if under 1.3 and earlier).  Earlier versions
  157.       checked if 2.0 or later, use shaded gadgets.
  158.    
  159.    o  Right-Amiga-W will now close the current window (same as
  160.       the CLOSEWINDOW gadget).
  161.    
  162.    o  Shortly after Textra opens it's first window (and before any file
  163.       requester is presented), Textra will look for and execute an
  164.       ARexx script called 'Startup.textra'.
  165.  
  166.    o  At startup, Textra now also checks that ARexx is actually running
  167.       before enabling the ARexx... menu item.  (It used to just check
  168.       that both the RexxSysLib.library and it's own message port opened
  169.       successfully).
  170.  
  171. NEW PREFERENCES STUFF...
  172.  
  173.    o  The new Status Line may be enabled/disabled via the Edit
  174.       Preferences requester.
  175.    
  176. NEW AREXX COMMANDS AND SCRIPTS...
  177.  
  178.    o  Added the QUITTEXTRA ARexx command.  See RexxCommand.doc
  179.    
  180.    o  Added new DelToEnd.textra, DelToStart.textra and
  181.       DelWholeLine.textra scripts.  All deal with deleting
  182.       the current line or portions thereof.
  183.  
  184.    o  New StartTextra.rexx script for using Textra with Paul Kienitz's
  185.       Q-Blue Offline Mail Reader program.  (with the script in your
  186.       rexx: dir, use 'rx StartTextra RAM:Bluedit' for your Editor
  187.       command.)  Actually, StartTextra.rexx is a general purpose
  188.       script that any application may use to easily load a file
  189.       into Textra, (if already open, it doesn't open it again, but
  190.       fronts the existing one).
  191.  
  192. BUGS FIXED IN 1.14...
  193.  
  194.    o  When a window would close, a bug would cause the newly-selected
  195.       window to be incorrectly chosen.
  196.  
  197.    o  A bug was fixed in determining invalid F1 Toggle-Size parameters
  198.       if the Workbench screen left edge was greater than 0.
  199.    
  200.    o  Fixed a crash that could occur if you were using a font with a
  201.       width less than 8.
  202.    
  203.    o  UNDO operations were not resetting menu states.
  204.  
  205.    o  The CLOSEWINDOW ARexx command was quite likely to crash.  The
  206.       only place this would show up in the release package was at the
  207.       end of the Tutorial.textra script, where the tutorial window
  208.       closes.
  209.    
  210.    o  There was another problem with the CLEAR Arexx command.  If it
  211.       was followed by certain commands like NEWLINE the editor
  212.       could crash
  213.  
  214. ----------------------------------------------------------------
  215.  
  216. Was new in V1.13
  217.  
  218. MAJOR NEW FEATURES...
  219.  
  220.     o Supports any fixed-spaced font.  (See the 'Fonts' section below)
  221.     
  222.     o Reworked event handling such that all tasks are independant of
  223.       each other.  This means you can edit in one window while
  224.       another is printing while another is running an ARexx
  225.       script.  Multi-processing!
  226.     
  227.     o Added "Print Selected Lines" menu item
  228.     
  229.     o Added "Insert File..." menu item (and an ARexx command, see below)
  230.  
  231.     o Added 'Install_Textra' program to release package.
  232.  
  233.     o Added Tutorial ARexx script to release package.
  234.  
  235. GENERALLY GREAT NEW STUFF...
  236.  
  237.     o If "Print File..." is run on the only open window, a requester
  238.       asks if a second window should be opened.
  239.  
  240.     o When you manually close a window, TEXTRA will now activate one
  241.       of the remaining TEXTRA windows.
  242.  
  243.     o Print algorithms now correctly process manually imbedded
  244.       Form-Feed (Ctrl-L) chars.
  245.  
  246.     o TEXTRA ARexx scripts are now nestable, they can be used in a
  247.       script just as they are used in a string gadget.
  248.  
  249.     o Buttons are now rendered as being "sunken" when clicked on.
  250.       Booleans (Radios) now "popup" & "popdown" when clicked.  This
  251.       is 2.0 Workbench compatible.  (no change under 1.3 & earlier)
  252.  
  253.     o PARAGRAPH.textra sped up by a factor of, geez, several times.
  254.     
  255.     o Properly handles the file's ARCHIVE bit on file modification
  256.     
  257.     o Enhanced About... Requester.
  258.     
  259.     o OPEN BY NAME... now preloads string requester with
  260.       selected text.
  261.  
  262. FONTS...
  263.  
  264.     o TEXTRA can now support different fonts both in the window
  265.       title-bars and in the window text.  The fonts must be non-
  266.       proportional.
  267.  
  268.     o Added the ASL font requester (needs asl.library)
  269.     
  270.     o Can change the font in the current window.
  271.     
  272.     o Can set and save the font that will be used for newly-
  273.       opened windows.
  274.     
  275. NEW PREFERENCES STUFF...
  276.  
  277.     o Preferences can now be set to strip extra blank lines at the
  278.       end of a file when SAVE-ing.  (slows down the SAVE operation,
  279.       though)
  280.  
  281.     o New Double-Click selection configurability added to Edit
  282.       Preferences dialog.  Now can select either contiguous
  283.       non-whitespace characters or Alpha-Numeric strings.
  284.  
  285.     o Can now disable the "Skip Paper-Perforations" feature via
  286.       TEXTRA's Printing Preferences dialog
  287.  
  288.     o Added 'F1 Size Toggle' to Edit Preferences.  This allows the
  289.       user to configure an alternate 'size' for the F1 key (other than
  290.       full screen).  (Particularly handy in 2.0 with virtual screens
  291.       larger than the monitor screen size or in SuprerHires
  292.       1280x400 mode.)
  293.     
  294.     o Edit Preferences now have the Rt-Amiga-E key equivalent.
  295.     
  296.     o Added 'Eject Page' configurable items to 'Print Preferences'
  297.     
  298.     o Can set and save the font that will be used for newly-
  299.       opened windows.
  300.     
  301. NEW AREXX COMMANDS...
  302.  
  303.     o INSERTFILE "filename"  (at current cursor/select location)
  304.  
  305.     o CLOSEWINDOW  (close the currently selected window)
  306.     
  307.     o CHECKCANCEL (allows user to signal script to exit)
  308.     
  309.     o RETURNPROMPT & RETURNPROMPTN - allow an ARexx script to interact
  310.       (prompt for a response, wait for RETURN) with the current window
  311.     
  312.     o PREFS command now has 'Alphanumeric' and 'AlphanumericHops'
  313.       attributes.  See RexxCommand.doc.
  314.     
  315.     o TEXTRAVERSION returns 1 13 5
  316.  
  317. BUGS FIXED IN 1.13...
  318.  
  319.     o If the cursor was at the very end of a file, the DEL key
  320.       would crash.  This is, of course, fixed. (I am so embarrassed!)
  321.     
  322.     o When TABS were present in a line, it was possible for
  323.       repetative Search & Replace operations to miss a second
  324.       occurence on the same line, if it was close enough to the
  325.       first.  (Got that?)
  326.  
  327.     o ARexx "next word"-type commands no longer have to ignore 0-9,
  328.       now can operate AlphaNUMERICALLY if set with PREFS command.
  329.       (see RexxCommand.doc)
  330.  
  331.     o When reading in a file, Form-Feeds no longer trigger "doesn't
  332.       seem to be text" message.
  333.  
  334.     o The "Please Note..." requester that appears when
  335.       ARexx has sent TEXTRA an "Unknown Command" now waits
  336.       for user to click OK.
  337.     
  338.     o Fixed bug where line-indenting was lost if cursor was at the
  339.       beginning of line and RETURN was pressed.
  340.  
  341.     o Fixed problem in ARexx interface that would cause adeadlock
  342.       if 'address "TEXTRA"' was used within a .textra script
  343.     
  344.     o Fixed problem when searching for one or more TAB chars
  345.       (and nothing else)... select range would end up incorrect
  346.     
  347.     o New files no longer have the 'EXECUTE' protection-bit set.
  348.       (now just 'DELETABLE, WRITABLE and READABLE are default).
  349.     
  350.     o Fixed crash that could occur sometimes after the ARexx
  351.       CLEAR command.
  352.     
  353.     o SHIFT-extend of select range would only work with the
  354.       LEFT shift key.
  355.  
  356.     o Fixed crash if window close gadget was double-clicked.
  357.  
  358.     o Fixed problem with FINDFILE and OPENFILE ARexx commands.
  359.       in that NEW files, not yet saved, would not be found.
  360.       FINDFILE would return 0 and OPENFILE would open a new
  361.       window with the same name.
  362.  
  363. ----------------------------------------------------------------
  364.  
  365. was new in V1.12...
  366.  
  367.    o  Added UNDO
  368.  
  369.    o  Greater stability in low-memory situations
  370.  
  371.    o  change SAVE-AS to accept a dir name like OPEN by NAME...
  372.       The 'USE LIST' button is therefore gone.
  373.  
  374.    o  Continuous scroll in file requester scroll gadgets
  375.  
  376.    o  5-10 times faster searching for text
  377.  
  378.    o  Added OPENFILE, FINDFILE, SELECTWINDOW, SAVEAS and
  379.       TEXTRAVERSION to arexx i/f command set
  380.  
  381.    o  Slightly cleaner 'resize window' algorithm (when not large enough
  382.       for a requester)
  383.  
  384.    o  Added 2 more possible diskbuttons in file requesters,
  385.       now can have up to 8
  386.  
  387.    o  Requesters which can automatically pop up when quitting
  388.       (such as the "SAVE CHANGES?" one) now also do a WindowToFront()
  389.  
  390.    o  Changed F6 so that it toggles between the last 2 selected
  391.       files (instead of cycling through the entire list).
  392.  
  393.    o  Cleaned up HELP...a little easier to read.
  394.  
  395.    o  Fixed 'double-draw' when a requester was opened immediately
  396.       after it's window was fronted.
  397.  
  398.    o  If a second TEXTRA is launched, it will send the appropriate
  399.       OPENFILE AREXX commands to the first, then exit. (That
  400.       brain-damaged "TEXTRA is already running" system requester
  401.       is gone!)  NOTE: AREXX needs to be installed for this to work.
  402.  
  403.    o  While reading in a file, and funny chars are seen in
  404.       the first 32 bytes, put up a requester asking if loading
  405.       should continue. (funny=not visible, white, lf or cr)
  406.       (Hmmm...should also check for cls)
  407.  
  408.    o  New PARAGRAPH script for paragraph formatting...replaces the
  409.       WRAPAT script
  410.  
  411. ----------------------------------------------------------------
  412.  
  413. V1.11...
  414.  
  415. Graphics/gadget-imagery  now Workbench 2.0-oriented. 
  416. (Under 1.3 and earlier, requesters & gadgets now appear primarily
  417. monochrome.)
  418.  
  419. New WrapAt.textra AREXX script.  Select a paragraph or paragraphs,
  420. then try WRAPAT 60. (Assuming paragraphs are separated by a blank
  421. line)
  422.  
  423. While printing, TEXTRA v1.11 should not significantly slow down other
  424. processes anymore.
  425.  
  426. Fixed a bug where, if an AREXX script called GET CURSOR CHAR 
  427. when the cursor was at the end of a line, very strange (and 
  428. usually bad) things would happen later on.
  429.  
  430. ----------------------------------------------------------------
  431.  
  432. V1.10...
  433.  
  434. The BIG, BIG news is, of course the AREXX port (TREXXTRA?!!?).
  435. See the file RexxCommand.doc for details on the TEXTRA/AREXX
  436. command set available and other special notes.
  437.  
  438. Added Preference item for stripping CR from CR,LF sequences when
  439. reading in the file.
  440.  
  441. Added horiz scroll gadget.
  442.  
  443. Fixed 'Open by Name...' to NOT ask for floppy, if ejected.
  444.  
  445. Changed up & down arrow keys to center the cursor line if off-screen.
  446.  
  447. Made 'keyboard help' prettier, more complete.
  448.  
  449. Cleaned-up arrow gadget images
  450.  
  451. Change window sizing so that if necessary, last line of file
  452. will 'move down' do a new 'bottom of window'.
  453.  
  454. FIXED In V1.10...
  455.  
  456. Enforcer CLEAN!  (At least *I* can't squeeze any more outta it!)
  457.                  (Let me know if *YOU* can!)
  458.  
  459. Fixed printing problem with leading space at beginning of each line
  460.  
  461. Trying to exceed a line length of 255 used to crash.  not anymore.
  462.  
  463. 'Go To Line' on last line (the always-empty one) would cause it
  464. to become selected all the way 'cross the screen (inferring a next line).
  465. This would cause bad array pointers and the like to be used for virtually
  466. any further operations, and ultimately a crash.  fixed.
  467.  
  468. Up- or down-arrow into middle of TAB would cause problems
  469.  
  470. With only one blank line at the eof, select FROM past eol on
  471. line last-2 TO last.  Hitting backspace caused last-1 to stay visible.
  472.  
  473. Fixed problem where double-click, even if curs pos changed, would
  474. not allow drag select on second click.
  475.  
  476. Under 2.0, in Super-Hires (1280-wide screen), the F1 key didn't 
  477. enlarge to full-width (just half-width, 640) AND didn't return to
  478. small size when hit again.
  479.  
  480. If, while opening a file, a line was longer than 255, the open would stop at
  481. that line with no error message.  The (partial) file could be written out,
  482. destroying the (complete) original.  Now, Textra wraps the line and
  483. informs the user of such and the open continues to completion.
  484.  
  485. Incorporated Commodore's CloseWindowSafely() algorithm.  Earlier stuff
  486. could, on rare occasion, crash.  New stuff also feels much 'snappier'
  487. when closing windows (takes much less time).
  488.  
  489. Fixed problem where funny text would sometimes corrupt "open file"
  490. requester when diving down into a directory that was double-clicked.
  491.  
  492. Fixed random write when closing files individually (thanks, enforcer)
  493.  
  494. Fixed random read resulting in possible (but unlikely) crash
  495. in some instances of string gadget usage.  (thanks, enforcer)
  496.